-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lg-14794 reuse valid capture app url #11555
Conversation
b8a966c
to
e052be3
Compare
uuid: document_capture_session_uuid, | ||
) | ||
if document_capture_session.socure_docv_capture_app_url.present? | ||
@url = document_capture_session.socure_docv_capture_app_url |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we've added the interstitial page ... it appears we no longer need the other instance variables below ... as opposed to cleaning up here. however, i think it'd be easier to rid of them in LG-14279
) | ||
|
||
if document_capture_session.socure_docv_capture_app_url.present? | ||
@url = document_capture_session.socure_docv_capture_app_url |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we've added the interstitial page ... it appears we no longer need the other instance variables below ... as opposed to cleaning up here. however, i think it'd be easier to rid of them in LG-14279
app/controllers/idv/hybrid_mobile/socure/document_capture_controller.rb
Outdated
Show resolved
Hide resolved
spec/controllers/idv/socure/document_capture_controller_spec.rb
Outdated
Show resolved
Hide resolved
spec/controllers/idv/hybrid_mobile/socure/document_capture_controller_spec.rb
Outdated
Show resolved
Hide resolved
spec/controllers/idv/socure/document_capture_controller_spec.rb
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0ecc921
to
a1b585f
Compare
spec/controllers/idv/socure/document_capture_controller_spec.rb
Outdated
Show resolved
Hide resolved
spec/controllers/idv/hybrid_mobile/socure/document_capture_controller_spec.rb
Outdated
Show resolved
Hide resolved
spec/controllers/idv/hybrid_mobile/socure/document_capture_controller_spec.rb
Outdated
Show resolved
Hide resolved
e39c18b
to
ef99276
Compare
4f64688
to
8f6a8e9
Compare
8f6a8e9
to
8d3265f
Compare
🎫 Ticket
Link to the relevant ticket:
LG-14794
🛠 Summary of changes
Reuse socure capture app url when we can, also adding feature tests aligned with test scenarios listed in the ticket.